Content SubscribedLibrary ProbeResult

Content SubscribedLibrary ProbeResult
Content SubscribedLibrary ProbeResult

The Content SubscribedLibrary ProbeResult schema defines the subscription information probe result. This describes whether using a given subscription URL is successful or if there are access problems, such as SSL errors.

JSON Example
{
    "status": "string",
    "ssl_thumbprint": "string",
    "ssl_certificate": "string",
    "error_messages": [
        {
            "id": "string",
            "default_message": "string",
            "args": [
                "string"
            ],
            "params": {
                "params": {
                    "s": "string",
                    "dt": "string",
                    "i": 0,
                    "d": "number",
                    "l": "Vapi Std NestedLocalizableMessage Object",
                    "format": "string",
                    "precision": 0
                }
            },
            "localized": "string"
        }
    ]
}
string
status
Required

The status of probe result. This will be one of Status.

For more information see: Content SubscribedLibrary ProbeResult Status.

string
ssl_thumbprint
Optional

The SSL thumbprint for the remote endpoint.

A SSL thumbprint is only returned if the host is secured with SSL/TLS.

string
ssl_certificate
Optional

The SSL certificate for the remote endpoint.

This property was added in vSphere API 9.0.0.0.

A SSL certificate is only returned if the host is secured with SSL/TLS and if the {SubscribedLibrary#sslCertificate} is also set.

error_messages
Required

If the probe result is in an error status, this property will contain the detailed error messages.